home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / scsh-0.4 / scsh-0 / scsh-0.4.2 / scsh / dirstuff1.h < prev    next >
Text File  |  1995-10-22  |  149b  |  5 lines

  1. /* Exports from dirstuff1.c. */
  2.  
  3. int open_dir(const char *dirname, char ***fnames, int *len);
  4. void scm_sort_filevec(const char **dirvec, int nelts);
  5.